home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / ml.dxr / 00344.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  414 b   |  24 lines

  1. on exitFrame
  2.   global act, voltas
  3.   if act = 0 then
  4.     if rollOver(42) or rollOver(43) then
  5.       cursor([901, 902])
  6.     else
  7.       cursor(-1)
  8.     end if
  9.     if voltas = 4 then
  10.       go(#next)
  11.     else
  12.       set voltas to voltas + 1
  13.       go(label("TV") + 1)
  14.     end if
  15.   end if
  16.   if act = 1 then
  17.     if rollOver(45) or rollOver(46) then
  18.       cursor([901, 902])
  19.     else
  20.       cursor(-1)
  21.     end if
  22.   end if
  23. end
  24.